Problem Note 37154: SAS® Clinical Standards Toolkit 1.2 - CDISC-SDTM validation check SDTM0210 has a CHECKSTATUS of zero
The CHECKSTATUS flag in the SAS® Clinical Standards Toolkit CDISC-SDTM Validation_master data set has been set to zero for check SDTM0210 to signal that the check is not in its final form. This check is designed to compare the values of two ISO8601 datetime values. The checklogic associated with this check is currently:
data work._cstProblems;
set &_cstDSName.;
if ("" < upcase(translate(&_cstColumn2, " ", "Xx")) < upcase(translate(&_cstColumn1, " ", "Xx")) );
run;
The logic for this check is being revised to provide a more complete comparison of ISO8601 character values.
Operating System and Release Information
SAS System | SAS Clinical Standards Toolkit | HP-UX IPF | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
64-bit Enabled Solaris | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
Windows Vista | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 1.2 | 1.2 | 9.2 TS2M0 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The CHECKSTATUS flag in the SAS® Clinical Standards Toolkit CDISC-SDTM Validation_master data set has been set to zero for check SDTM0210 to signal that the check is not in its final form.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2013-05-17 15:45:16 |
Date Created: | 2009-09-11 11:28:28 |